home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1999 June / PSL Volume 7 Number 6.iso / WIN / COMMUNIC / MAILT12.ZIP / _SETUP.1 / MAILTHEM.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  1999-04-04  |  1KB  |  74 lines

  1. object Splashform: TSplashform
  2.   Left = 310
  3.   Top = 197
  4.   BorderStyle = bsNone
  5.   Caption = 'Splashform'
  6.   ClientHeight = 135
  7.   ClientWidth = 284
  8.   Color = clBtnFace
  9.   Enabled = False
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 284
  24.     Height = 135
  25.     Align = alClient
  26.     Shape = bsFrame
  27.     Style = bsRaised
  28.   end
  29.   object Label1: TLabel
  30.     Left = 8
  31.     Top = 72
  32.     Width = 273
  33.     Height = 13
  34.     Alignment = taCenter
  35.     AutoSize = False
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 80
  45.     Top = 8
  46.     Width = 119
  47.     Height = 13
  48.     Caption = '(c) 1998-1999 Kadmy Ltd'
  49.   end
  50.   object Label3: TLabel
  51.     Left = 40
  52.     Top = 32
  53.     Width = 186
  54.     Height = 29
  55.     Caption = 'Mail them V1.2'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clMaroon
  58.     Font.Height = -24
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold, fsItalic]
  61.     ParentFont = False
  62.   end
  63.   object Button1: TButton
  64.     Left = 104
  65.     Top = 96
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'Stop'
  69.     TabOrder = 0
  70.     Visible = False
  71.     OnClick = Button1Click
  72.   end
  73. end
  74.